home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Educational / HodgePodge3 / HodgePodge.app / HodgePodge.nib / data.classes next >
Text File  |  1995-06-12  |  494b  |  35 lines

  1. HodgePodge = {
  2.     OUTLETS = {
  3.     MaxFramesPsecond;
  4.     CellsVertically;
  5.     CellsHorizontally;
  6.     DisplayColorPhase;
  7.     HealthysAffectOnSick;
  8.     RecoveringsAffectOnSick;
  9.     DisplayColorDir;
  10.     };
  11.     SUPERCLASS = AreaRule;
  12. };
  13. AreaRule = {
  14.     ACTIONS = {
  15.     Randomize:;
  16.     start:;
  17.     stop:;
  18.     };
  19.     OUTLETS = {
  20.     NumStates;
  21.     Ill2Healthy;
  22.     Healthy2Ill;
  23.     DrivingForce;
  24.     };
  25.     SUPERCLASS = View;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. Krinkle = {
  33.     SUPERCLASS = AreaRule;
  34. };
  35.